home *** CD-ROM | disk | FTP | other *** search
- #include <windows.h>
- #include <owlrc.h>
- #include "life.h"
-
- rcinclude inputdia.dlg
-
- LifeIcon ICON "life.ico"
-
- COMMANDS MENU
- BEGIN
- POPUP "&File"
- BEGIN
- MENUITEM "&Clear", CM_FILENEW
- MENUITEM "&Erase area", CM_ERASE
- MENUITEM "&Save As", CM_U_FILESAVEAS
- MENUITEM "Save area &As", CM_U_FILESAVEAREAAS
- MENUITEM SEPARATOR
- MENUITEM "E&xit", CM_EXIT
- END
-
- MENUITEM "&Shapes", CM_SHAPE
- POPUP "&Options"
- BEGIN
- MENUITEM "Set color for &Set", CM_COLOR_SET
- MENUITEM "Set color for &Reset", CM_COLOR_RESET
- MENUITEM "Set color for &Unset", CM_COLOR_UNSET
- MENUITEM "Clear &Generation counter",CM_CLEAR_GEN
- END
-
- MENUITEM "s&Tep", CM_STEP
- MENUITEM "&Run", CM_RUN
- MENUITEM "&Zoomout", CM_ZOOMOUT
- MENUITEM "Zoom&In", CM_ZOOMIN
- POPUP "&Help", HELP
- BEGIN
- MENUITEM "&Contents", CM_HELP
- MENUITEM "Using &help", CM_HELPHELP
- MENUITEM SEPARATOR
- MENUITEM "&About", CM_ABOUT
- END
-
- END
-